src/makefile.w32-in: Simplify OBJ macros.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Oct 2010 23:08:58 +0000 (01:08 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Oct 2010 23:08:58 +0000 (01:08 +0200)
commit53668d8a0194e26946dd40804b76c35c08bbec99
treec3d4e0db778aee7c9543f0a14596ed62d5440324
parentb87af1f85e4743aa7ffc162cb46d8a4e8f09bded
src/makefile.w32-in: Simplify OBJ macros.

* makefile.w32-in (TLIB2): Rename from TLIBW32.
  (OBJ2): New macro.
  (WIN32OBJ, FONTOBJ): Remove.
  (OBJ1): Redistribute object files with OBJ2.
  (LIBS, $(TEMACS)): Use TLIB2.
  (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
  ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
src/ChangeLog
src/makefile.w32-in